#HTML <math>
The <math> MathML element is the top-level MathML element, used to write a single mathematical formula. It can be placed in HTML content where flow content is permitted.
#Attributes
-
display
: This enumerated attribute specifies how the enclosed MathML markup should be rendered. It can have one of the following values:block
, which means that this element will be displayed in its own block outside the current span of text and withmath-style
set tonormal
.inline
, which means that this element will be displayed inside the current span of text and withmath-style
set tocompact
.
If not present, its default value is
inline
.